@charset "UTF-8";

/**
 * 这里是 08cms 团队内置的常用样式变量
 */

/* 宽度相关 */

/* 高度相关 */

/**
 * 宽度设置，内置最小宽度为当前设置宽度功能
 * 参数1 $width = 1200px 默认1200px；整站内容宽度，可自定义传值进来设置其他宽度
*/

/* 颜色变量 */

/* 行为相关颜色 */

/* 文字基本颜色 */

/* 背景颜色 */

/* 边框颜色 */

/* 文字尺寸 */

/* Border Radius */

/* 阴影 */

/* 按钮相关 */

/**
 * 这里是 08cms 团队常用 mixin 代码块
 *
 * 调用方式 scss 中用 @include xxx  即可
 */

/**
 * 1px边框，包括上、下、左、右以及全部
 * 参数1 $direction = all 边框方向，默认全边框
 * 参数2 $size = 1px 边框宽度，默认1px
 * 参数3 $style = solid 边框样式，默认实心solid
 * 参数4 $color = dddddd 边框颜色，默认dddddd
 * 参数3 $radius = 2px 边框圆角，仅全边框时起作用，默认2px
*/

/**
 * 单行省略
 * 参数1 $lineHeight = 行高 如 24px
 */

/**
 * 多行省略
 * 参数1 $lineLimit = 行数，如 2
 * 参数2 $lineHeight = 行高 如 24px
 * 参数3 $fixedHeight = 是否固定高度，布尔值，默认 false, 可传true
 */

/*图片水平垂直居中*/

/*块元素百分比下居中*/

@-webkit-keyframes skeleton {
  0% {
    background-position-x: 400%;
  }

  50% {
    background-position-x: 0%;
  }

  100% {
    background-position-x: -400%;
  }
}

@keyframes skeleton {
  0% {
    background-position-x: 400%;
  }

  50% {
    background-position-x: 0%;
  }

  100% {
    background-position-x: -400%;
  }
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html,
body {
  font-size: 14px;
  color: #333333;
  font-family: "PingFang SC", "microsoft yahei", "Source Han Sans SC", "HanHei SC", "Helvetica Neue", "Helvetica", "Hiragino Sans GB", "Arial", "sans-serif";
}

a {
  text-decoration: none;
  color: #333333;
}

a:hover {
  color: #DD2222;
  cursor: pointer;
}

.container-view {
  display: flex;
}

.container-view .container-right {
  width: 285px;
  margin-left: 20px;
  position: relative;
}

.container-view .container-right.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.container-view .container-left {
  width: 895px;
  box-sizing: border-box;
}

@font-face {
  src: url(/fonts/DINOT-Bold.woff?7224b774103d1bd4b4d371cea89e0d93) format("woff");
  font-family: DINOT;
}

.cms-number-font {
  font-family: DINOT;
  color: #DD2222;
}

.p_wordlink {
  color: #DD2222 !important;
}

.cms-mr-5 {
  margin-right: 5px;
}

.cms-mr-5:last-child {
  margin-right: 0;
}

.cms-text-field {
  margin-top: 20px;
  line-height: 32px;
  font-size: 16px;
  color: #333333;
  text-align: justify;
}

.cms-text-field ::v-deep img {
  max-width: 100%;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.cms-container {
  width: 1200px;
  min-width: 1200px;
  margin: 0 auto;
}

.cms-left-top-tag {
  background: linear-gradient(89deg, #FF7713 0%, #FF5501 100%);
  border-radius: 4px 0px 13px 0px;
  color: #ffffff;
  font-size: 14px;
  padding: 5px 15px;
  position: absolute;
  top: 0;
  left: 0;
}

.cms-left-bottom-icon {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  height: 30px;
  width: 100%;
  box-sizing: border-box;
  padding: 0 10px;
  border-radius: 0 0 4px 4px;
}

.cms-left-bottom-icon .icon-item {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
}

.cms-left-bottom-icon .icon-item span {
  font-size: 12px;
  color: #ffffff;
  padding-left: 5px;
}

.cms-left-bottom-icon .icon-item .icon-item-svg {
  width: 14px;
  height: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cms-left-bottom-icon .icon-item:last-child {
  margin-right: 0;
}

.list-info-data {
  margin-top: 20px;
  font-size: 20px;
  color: #000000;
  line-height: 26px;
  font-weight: bold;
}

.list-info-data span {
  margin: 0 5px;
}

.scrollbar::-webkit-scrollbar {
  width: 5px;
  height: 1px;
}

.scrollbar::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #C1C1C1;
}

.scrollbar::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  background: #EDEDED;
}

.popper-area .el-scrollbar__view.el-select-dropdown__list {
  display: flex;
  flex-wrap: wrap;
  padding: 6px;
  max-width: 460px;
}

.popper-area .el-scrollbar__view.el-select-dropdown__list .el-select-dropdown__item {
  color: #333333;
  font-size: 12px;
}

.popper-area .el-scrollbar__view.el-select-dropdown__list .el-select-dropdown__item.selected {
  color: #DD2222;
  font-weight: 400;
  background: #ffffff;
}

.popper-color .el-select-dropdown__item {
  color: #333333;
  font-size: 12px;
}

.popper-color .el-select-dropdown__item.selected {
  color: #DD2222;
  font-weight: 400;
  background: #ffffff;
}

.popper-bg .el-select-dropdown__item {
  color: #333333;
  font-size: 12px;
}

.popper-bg .el-select-dropdown__item.selected {
  color: #ffffff;
  font-weight: 400;
  background: #DD2222;
}

.popper-bg.is-multiple .el-select-dropdown__item.selected {
  color: #DD2222;
}

.el-cascader__dropdown .in-active-path,
.el-cascader__dropdown .is-active {
  color: #DD2222 !important;
}

.el-image-viewer__close {
  color: #ffffff;
}

.el-image-viewer__next,
.el-image-viewer__prev {
  background-color: none;
  font-size: 30px;
}

.el-image-viewer__btn {
  opacity: 1;
}

.cms-svg-icon {
  height: 18px;
  width: 18px;
  vertical-align: middle;
  fill: currentColor;
  overflow: hidden;
  display: inline-block;
  background-size: cover;
  font-size: 0;
}

.cms-bread {
  display: flex;
  align-items: center;
  padding: 20px 0;
  font-size: 12px;
  color: #666666;
}

.cms-bread .cms-bread-item {
  color: #666666;
  padding: 0 8px;
}

.cms-bread .cms-bread-item:last-child {
  color: #999999;
}

.list-status-empty {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}

.list-status-empty .empty-text {
  font-size: 16px;
  text-align: center;
  margin-left: 10px;
}

.cms-header-container {
  background: linear-gradient(180deg, #DD2222 0%, #BD0000 100%);
  min-width: 1200px;
  height: 40px;
  color: #ffffff;
}

.cms-header-container .cms-header-content {
  display: flex;
  justify-content: space-between;
}

.cms-header-container .cms-header-content .cms-navs {
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  display: flex;
  flex-wrap: nowrap;
}

.cms-header-container .cms-header-content .cms-navs .cms-navs-item {
  white-space: nowrap;
  margin-right: 25px;
  vertical-align: top;
  position: relative;
}

.cms-header-container .cms-header-content .cms-navs .cms-navs-item .cms-navs-item-content {
  position: absolute;
  top: 40px;
  left: 0;
}

.cms-header-container .cms-header-content .cms-navs .cms-navs-item .cms-navs-item-title {
  color: #ffffff;
  justify-content: center;
  display: flex;
  width: 100%;
  height: 100%;
  font-size: 14px;
}

.cms-header-container .cms-header-content .cms-navs .cms-navs-item.active .cms-navs-item-title {
  font-weight: bold;
}

.cms-header-container .cms-header-content .cms-navs .cms-navs-item:last-child {
  margin-right: 0;
}

.cms-header-container .cms-header-content .cms-header-info {
  display: flex;
  word-spacing: nowrap;
}

.cms-header-container .cms-header-content .cms-header-info .cms-header-qrcode {
  float: left;
  display: flex;
  align-items: center;
  height: 40px;
}

.cms-header-container .cms-header-content .cms-header-info .cms-header-qrcode .left-item {
  margin-right: 30px;
  cursor: pointer;
  display: block;
}

.cms-header-container .cms-header-content .cms-header-info .cms-login-out {
  color: #ffffff;
  line-height: 40px;
  height: 40px;
}

.cms-header-container .cms-header-content .cms-header-info .cms-login-out .icon-class {
  margin-right: 4px;
}

.cms-header-container .cms-header-content .cms-header-info .cms-login-out .item-login-out {
  color: #ffffff;
  cursor: pointer;
}

.cms-header-container .cms-header-content .cms-header-info .cms-login-out .userinfo {
  display: flex;
  align-items: center;
  color: #ffffff;
  cursor: pointer;
}

.cms-header-container .cms-header-content .cms-header-info .cms-login-out .userinfo .userinfo-avatar {
  width: 20px;
  height: 20px;
  border-radius: 10px;
  margin-right: 10px;
}

::v-deep .left-item-text {
  text-align: center;
  font-size: 12px;
}

.cms-navs-second-ul {
  min-width: 120px;
}

.cms-navs-second-ul.hidden {
  display: none;
}

.cms-navs-second-ul .cms-navs-second-drop {
  padding: 0;
  line-height: 32px;
}

.cms-navs-second-ul .cms-navs-second-item {
  font-size: 14px;
  text-align: center;
  display: block;
}

.cms-navs-second-ul .cms-navs-second-item:hover {
  color: #DD2222;
  background: #ffffff;
}

.cms-navs-second-ul .cms-navs-second-item.secondActive {
  color: #DD2222;
}

.cms-header-middle {
  height: 70px;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 20;
}

.cms-header-middle .cms-header-logo {
  display: flex;
  align-items: center;
}

.cms-header-middle .cms-header-logo .cms-logo {
  height: 45px;
  display: block;
}

.cms-header-middle .cms-header-logo .cms-logo .cms-image {
  background: none;
}

.cms-header-middle .cms-header-search .search-container {
  margin: 0 auto;
  display: flex;
  align-items: center;
  height: 70px;
}

.cms-header-middle .cms-header-search .search-container .cms-button {
  border: 1px solid #eeeeee;
}

.cms-header-middle .cms-header-search .search-container .cms-button .text {
  font-size: 14px;
}

.cms-header-middle .cms-header-search .search-content {
  border: 1px solid #eeeeee;
  border-radius: 4px;
  height: 38px;
  width: 498px;
  margin-right: 10px;
  border-radius: 40px;
  display: flex;
  justify-content: space-between;
  background-color: #f8f8f8;
  position: relative;
  color: #999999;
}

.cms-header-middle .cms-header-search .search-content .search-choose-line {
  width: 1px;
  height: 20px;
  position: absolute;
  left: 100px;
  top: 10px;
  background-color: #cccccc;
  z-index: 10;
}

.cms-header-middle .cms-header-search .search-content .search-input {
  width: 50%;
  flex-grow: 2;
  padding-left: 15px;
  line-height: 38px;
}

.cms-header-middle .cms-header-search .search-content .search-return-data {
  width: 100px;
  padding: 0 15px;
  line-height: 38px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.cms-header-middle .cms-header-search .search-content .search-icon {
  background: #DD2222;
  width: 80px;
  flex-shrink: 0;
  line-height: 38px;
  text-align: center;
  cursor: pointer;
  border-radius: 0 40px 40px 0;
  height: 38px;
  margin-top: -1px;
  border: 1px solid #DD2222;
  border-radius: 0 40px 40px 0;
}

.cms-header-middle .cms-header-search .search-content .search-icon .icon-text {
  font-size: 14px;
  margin-left: 5px;
  color: #ffffff;
}

.cms-footer {
  background: #f9f9f9;
  background-size: 1920px 218px;
  min-width: 1200px;
  min-height: 100px;
}

.cms-footer .cms-footer-about {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #eeeeee;
  line-height: 40px;
  height: 40px;
  font-size: 12px;
}

.cms-footer .cms-footer-about .about-item {
  padding-right: 30px;
}

.cms-footer .cms-footer-about .cms-footer-about-tel {
  color: #666666;
  font-size: 12px;
}

.cms-footer .cms-footer-about .cms-footer-about-tel .tel {
  color: #333333;
  font-size: 20px;
}

.cms-footer .cms-footer-link {
  margin-top: 20px;
  border-bottom: 1px solid #eeeeee;
}

.cms-footer .cms-footer-link .footer-tab-header {
  display: flex;
}

.cms-footer .cms-footer-link .footer-tab-header .tab-item {
  width: 90px;
  height: 30px;
  line-height: 30px;
  background: #eeeeee;
  text-align: center;
  margin-right: 15px;
  cursor: pointer;
  color: #999999;
  font-size: 12px;
}

.cms-footer .cms-footer-link .footer-tab-header .tab-item:last-child {
  margin-right: 0;
}

.cms-footer .cms-footer-link .footer-tab-header .tab-item.active {
  background: #dddddd;
  color: #333333;
}

.cms-footer .cms-footer-link .footer-tab-content {
  padding-top: 10px;
  padding-bottom: 10px;
}

.cms-footer .cms-footer-link .footer-tab-content .tab-content-item {
  margin-right: 15px;
  line-height: 26px;
  display: inline-block;
  color: #666666;
  font-size: 12px;
}

.cms-footer .cms-footer-link .footer-tab-content .tab-content-item:hover {
  color: #DD2222;
}

.cms-footer .union-site-content {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eeeeee;
  display: none;
}

.cms-footer .union-site-content.actived {
  display: block;
}

.cms-footer .union-site-content .union-site-item {
  margin-right: 15px;
  line-height: 26px;
  display: inline-block;
  color: #666666;
  font-size: 12px;
}

.cms-footer .union-site-content .union-site-item:hover {
  color: #DD2222;
}

.cms-footer .cms-footer-copyright {
  padding-top: 15px;
  line-height: 19px;
  font-size: 12px;
  color: #666666;
}

.cms-footer .cms-footer-copyright ::v-deep a {
  text-decoration: none;
  color: #666666;
}

.cms-footer .cms-footer-copyright ::v-deep a:hover {
  color: #DD2222;
}

.cms-footer .cms-footer-gongan {
  padding-bottom: 15px;
  padding-top: 15px;
  line-height: 19px;
  display: flex;
  align-items: center;
  font-size: 12px;
}

.cms-footer .cms-footer-gongan a {
  color: #666666;
}

.cms-footer .cms-footer-gongan a:hover {
  color: #DD2222;
}

.cms-footer .cms-footer-gongan .xukezheng {
  display: flex;
  align-items: center;
}

.cms-footer .cms-footer-gongan .xukezheng .cms-image {
  margin-left: 15px;
  margin-right: 5px;
}

.cms-button {
  border: 0;
  box-sizing: border-box;
  border-radius: 4px;
  background: transparent;
  color: #333333;
  cursor: pointer;
  display: inline-block;
  outline: 0;
  padding: 0 12px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  font-size: 0;
}

.cms-button .hover-in {
  display: none;
}

.cms-button .text {
  vertical-align: middle;
  display: inline-block;
}

.cms-button .button-icon-l {
  margin-right: 5px;
}

.cms-button .button-icon-r {
  margin-left: 5px;
}

.cms-button.default {
  height: 30px;
  line-height: 28px;
}

.cms-button.default .text {
  font-size: 14px;
}

.cms-button.default.radius {
  border-radius: 15px;
}

.cms-button.small {
  height: 20px;
  line-height: 18px;
}

.cms-button.small .text {
  font-size: 12px;
}

.cms-button.small.radius {
  border-radius: 10px;
}

.cms-button.big {
  height: 40px;
  line-height: 38px;
}

.cms-button.big .text {
  font-size: 16px;
}

.cms-button.big.radius {
  border-radius: 20px;
}

.cms-button.disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.cms-button.block {
  display: block;
  width: 100%;
}

.cms-button.block .text {
  font-size: 16px;
}

.cms-button.background {
  background: #ffffff;
}

.cms-button.background-grey {
  background: #f9f9f9;
}

.cms-button.background-white {
  background: #ffffff;
}

.cms-button.background-white-border {
  background: #ffffff;
  color: #666666;
  border: 1px solid #eeeeee;
  border-radius: 4px;
}

.cms-button.background-red {
  background: #DD2222;
  color: #ffffff;
}

.cms-button.background-blue {
  background: linear-gradient(270deg, #239be8 0%, #47b8ff 100%);
  color: #ffffff;
}

.cms-button.background-linear {
  background: linear-gradient(90deg, #fe5e4a 0%, #DD2222 100%);
  color: #ffffff;
}

.cms-button.background-linear2 {
  background: linear-gradient(180deg, #DD2222 0%, #C20000 100%);
  color: #ffffff;
}

.cms-button.border {
  border: 1px solid #DD2222;
  border-radius: 4px;
  color: #DD2222;
}

.cms-button.hover:hover {
  color: #ffffff;
  background: #DD2222;
  border-color: #DD2222 !important;
}

.cms-button.hover-on {
  color: #ffffff;
  background: #DD2222;
}

.cms-button:hover .hover-default {
  display: none;
}

.cms-button:hover .hover-in {
  display: inline-block;
}

@-webkit-keyframes turnToTop {
  0% {
    transform: translateY(0);
    opacity: 1;
  }

  100% {
    transform: translateY(-200%);
    opacity: 0;
    display: none;
  }
}

@keyframes turnToTop {
  0% {
    transform: translateY(0);
    opacity: 1;
  }

  100% {
    transform: translateY(-200%);
    opacity: 0;
    display: none;
  }
}

.cms-right-aside {
  position: fixed;
  z-index: 90;
  top: 0;
  right: 0;
  height: 100%;
  width: 50px;
  background-color: #ffffff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.cms-right-aside .cms-right-aside-container {
  position: relative;
  height: 100%;
}

.cms-right-aside .cms-right-aside-container .cms-right-aside-content {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  text-align: center;
  width: 100%;
}

.cms-right-aside .cms-right-aside-container .cms-right-aside-content .aside-item-content {
  position: relative;
  margin-top: 5px;
}

.cms-right-aside .cms-right-aside-container .cms-right-aside-content .aside-item-content:first-child {
  margin-top: 0;
}

.cms-right-aside .cms-right-aside-container .cms-right-aside-content .aside-item-content .aside-item-tips {
  position: absolute;
  top: 0;
  height: 50px;
  line-height: 50px;
  background: #DD2222;
  color: #ffffff;
  font-size: 20px;
  white-space: nowrap;
  overflow: hidden;
  transform: translateX(-100%);
  padding: 0 20px;
}

.cms-right-aside .cms-right-aside-container .cms-right-aside-content .aside-item-content .aside-item {
  height: 50px;
  line-height: 50px;
  cursor: pointer;
  width: 50px;
}

.cms-right-aside .cms-right-aside-container .cms-right-aside-content .aside-item-content .aside-item:hover {
  background: #000000;
}

.cms-right-aside .cms-right-aside-container .cms-right-aside-content .aside-item-content ::v-deep .is-fixed {
  transform: translate(70%, -10%);
}

.cms-right-aside .cms-right-aside-container .cms-to-top {
  position: absolute;
  bottom: 10px;
  left: 0;
  text-align: center;
  width: 100%;
  cursor: pointer;
  display: none;
  opacity: 0;
}

.cms-right-aside .cms-right-aside-container .cms-to-top.go-up {
  display: block;
  -webkit-animation: turnToTop 0.5s;
          animation: turnToTop 0.5s;
}

.cms-right-aside .cms-right-aside-container .cms-to-top.show {
  opacity: 1;
  display: block;
}

.cms-right-aside .cms-right-aside-container .chat-icon {
  position: absolute;
  bottom: 70px;
  text-align: center;
  width: 100%;
  cursor: pointer;
}

.cms-right-aside .cms-right-aside-container .chat-icon > div {
  display: inline-block;
}

.cms-right-aside-center {
  width: 50px;
  position: fixed;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 90;
}

.cms-right-aside-center .cms-right-aside-center-top {
  background: #ffffff;
  border-radius: 4px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.cms-right-aside-center .aside-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  cursor: pointer;
  position: relative;
}

.cms-right-aside-center .aside-item.aside-item-bottom {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  height: 30px;
  margin-top: 10px;
  background: #ffffff;
  border-radius: 4px !important;
}

.cms-right-aside-center .aside-item .aside-item-title {
  line-height: 14px;
  font-size: 12px;
  color: #333333;
  margin-top: 5px;
}

.cms-right-aside-center .aside-item:first-child {
  border-radius: 4px 0px 0px 0px;
}

.cms-right-aside-center .aside-item:last-child {
  border-radius: 0px 0px 0px 4px;
}

.cms-right-aside-center .aside-item:hover {
  background: #DD2222;
}

.cms-right-aside-center .aside-item:hover .aside-item-title {
  color: #ffffff;
}

.cms-right-aside-center .aside-item .aside-item-tips {
  width: 170px;
  height: 50px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  background: #ffffff;
  position: absolute;
  left: -182px;
  top: 0;
  border-radius: 4px;
}

.cms-right-aside-center .aside-item .aside-item-tips .aside-item-tips-text {
  width: 100%;
  height: 100%;
  line-height: 50px;
  color: #000000;
  font-size: 14px;
  text-align: center;
  position: relative;
}

.cms-right-aside-center .aside-item .aside-item-tips .aside-item-tips-text .aside-item-tips-sanjiao {
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-left: 12px solid #ffffff;
  border-bottom: 10px solid transparent;
  position: absolute;
  right: -12px;
  top: 50%;
  margin-top: -10px;
}

.cms-right-aside-bottom {
  width: 50px;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 90;
  border-radius: 4px 0px 0px 4px;
}

.cms-right-aside-bottom .aside-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 70px;
  background: #8694B1;
  cursor: pointer;
  border-radius: 4px 0px 0px 4px;
  position: relative;
  margin-bottom: 5px;
}

.cms-right-aside-bottom .aside-item .aside-item-title {
  line-height: 14px;
  font-size: 12px;
  color: #ffffff;
  margin-top: 5px;
}

.cms-right-aside-bottom .aside-item:hover {
  background: #DD2222;
}

.cms-right-aside-bottom .aside-item .aside-item-tips {
  width: 170px;
  height: 70px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  background: #ffffff;
  position: absolute;
  left: -182px;
  top: 0;
  border-radius: 4px;
}

.cms-right-aside-bottom .aside-item .aside-item-tips .aside-item-tips-text {
  width: 100%;
  height: 100%;
  line-height: 70px;
  color: #000000;
  font-size: 16px;
  text-align: center;
  position: relative;
}

.cms-right-aside-bottom .aside-item .aside-item-tips .aside-item-tips-text .aside-item-tips-sanjiao {
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-left: 12px solid #ffffff;
  border-bottom: 10px solid transparent;
  position: absolute;
  right: -12px;
  top: 50%;
  margin-top: -10px;
}

.cms-right-aside-special {
  position: fixed;
  right: 30px;
  bottom: 50px;
  z-index: 90;
}

.cms-right-aside-special .aside-item {
  width: 40px;
  height: 40px;
  background: #4d4d4d;
  margin-bottom: 1px;
  color: #fff;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.cms-right-aside-special .aside-item .aside-item-text {
  font-size: 12px;
  margin-top: -5px;
}

.cms-right-aside-special .aside-item .aside-item-content {
  display: none;
  width: 180px;
  height: 40px;
  position: absolute;
  left: -181px;
  top: 0;
  color: #ffffff;
  font-size: 14px;
  text-align: center;
  line-height: 40px;
  background: #39ac6a;
}

.cms-right-aside-special .aside-item .aside-item-content .aside-item-content-sanjiao {
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-left: 6px solid #39ac6a;
  border-bottom: 5px solid transparent;
  position: absolute;
  right: -6px;
  top: 50%;
  margin-top: -5px;
}

.cms-right-aside-special .aside-item .aside-item-content-code {
  width: 100px;
  height: 120px;
  left: -101px;
  top: 50%;
  margin-top: -60px;
  background: #ffffff;
}

.cms-right-aside-special .aside-item .aside-item-content-code .aside-item-content-sanjiao {
  border-left: 6px solid #ffffff;
}

.cms-right-aside-special .aside-item .aside-item-content-code .aside-item-content-code-text {
  color: #333333;
  font-size: 12px;
  line-height: 10px;
}

.cms-right-aside-special .aside-item:hover .aside-item-content {
  display: block;
}

.cms-ad-container.hidden {
  display: none;
}

.cms-ad-container .cms-ad-item-title {
  display: inline-block;
  min-width: 200px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #ffffff;
  background: blue;
  margin-bottom: 5px;
  margin-top: 15px;
}

.cms-ad-container .cms-ad-item {
  margin-bottom: 5px;
  width: 100%;
  height: auto;
  position: relative;
  cursor: pointer;
  min-height: 20px;
  display: flex;
}

.cms-ad-container .cms-ad-item.hidden {
  display: none;
}

.cms-ad-container .cms-ad-item:last-child {
  margin-bottom: 0;
}

.cms-ad-container .cms-ad-item .cms-ad-desc {
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  color: #ffffff;
  font-size: 12px;
  padding: 2px 5px;
  border-radius: 0 4px 0 0;
}

.cms-ad-container .cms-ad-item .cms-ad-img {
  position: absolute;
  right: 3px;
  bottom: 3px;
  width: 36px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: cover;
}

.cms-ad-container .cms-ad-item .cms-ad-close {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 12px;
  height: 12px;
  opacity: 0.5;
}

.cms-ad-container .cms-ad-item .cms-ad-close:hover {
  opacity: 1;
}

